go/types.constDecl.typ (field)

4 uses

	go/types (current package)
		decl.go#L352: 		typ       ast.Expr
		decl.go#L397: 					f(constDecl{spec: s, iota: iota, typ: last.Type, init: last.Values, inherited: inherited})
		decl.go#L831: 				check.constDecl(obj, d.typ, init, d.inherited)
		resolver.go#L348: 					d := &declInfo{file: fileScope, vtyp: d.typ, init: init, inherited: d.inherited}